home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_248 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2001-07-07  |  105 b   |  8 lines

  1. on(release){
  2.    tellTarget("/drivers")
  3.    {
  4.       gotoAndStop("car1");
  5.    }
  6.    gotoAndPlay(95);
  7. }
  8.